* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    font-size: 13.3333vw;
}

body {
    font-size: 0.16rem;
}

#app {
    width: 100%;
    /* height: 1000px; */
    position: relative;
    transition: all 1s;
    right: 0;
}

@media screen and (min-width:1201px) {
    .main {
        width: 100%;
        height: 4500px;
        /* overflow: hidden; */
        position: absolute;
        top: 0;
        transition: all 0.9s ease;
    }

    .main>div {
        width: 100%;
        height: 100vh;
    }

    .infor .bottom {
        cursor: pointer;
    }

    /* 第一屏动画 */
    @keyframes jianru {
        0% {
            opacity: 0;
            transform: translate3d(100px, 0, 0);
        }

        100% {
            opacity: 1;
            transform: translate3d(0px, 0, 0);
        }
    }

    .jianru {
        animation: jianru 2s;
    }

    /*第一屏 */
    .main .main1 {
        /* padding-top: 1px; */
        width: 100vw;
        height: 100vh;
        background: url('/src/images/main1.png') 100% 100% no-repeat;
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
    }

    .main1 .infor {
        /* width: 542px;
        height: 265px; */
        /* margin-top: 302px; */
        margin-top: 12%;
        margin-left: 120px;
    }

    .main1 .infor .top {
        width: 110px;
        height: 28px;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold; */
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .main1 .infor .center1 {
        margin-top: 20px;
        font-size: 38px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main1 .infor .center2 {
        margin-top: 20px;
        font-size: 16px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #000000;
        line-height: 28px;
    }

    .main1 .infor .bottom {
        margin-top: 26px;
        width: 180px;
        height: 50px;
        background: #0659B1;
        border-radius: 30px;
        text-align: center;
        font-size: 20px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
    }

    .main1 .infor .bottom a {
        color: #FFFFFF;
    }

    .main1 .img {
        /* width: 1253px;
        height: 740px; */
        width: 4.7rem;
        height: 2.9rem;
        position: absolute;
        right: -112px;
        bottom: 0;
    }

    .main1 .img img {
        width: 100%;
        height: 100%;
    }

    /* 第二屏动画 */
    @keyframes im_icon {
        0% {
            opacity: 0.85;
            transform: translate(0, 0);
        }

        50% {
            opacity: 1;
            transform: translate(0, 5px);
        }

        100% {
            opacity: 0.85;
            transform: translate(0, 0);
        }
    }

    /* .im {
        width: 17px;
        height: 16px;
        margin-top: -4px;
        margin-left: 10px;
        cursor: pointer;
    } */

    .main2 .infor .tubiao .block:hover .s {
        animation: im_icon 1s linear infinite;
    }

    /* 第二屏 */
    .main .main2 {
        /* padding-top: 1px; */
        width: 100vw;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .main2 .infor {
        width: 700px;
        height: 400px;
        /* margin-top: 330px; */
        margin-top: 13%;
        margin-left: 125px;
    }

    .main2 .infor .top {
        width: 80px;
        height: 28px;
        font-size: 20px;
        /*font-family: PingFangSC-Semibold;*/
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
    }

    .main2 .infor .center1 {
        margin-top: 20px;
        width: 240px;
        height: 67px;
        font-size: 38px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main2 .infor .center2 {
        margin-top: 20px;
        width: 534px;
        height: 44px;
        font-size: 16px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 28px;
    }

    .main2 .infor .bottom {
        margin-top: 26px;
        width: 180px;
        height: 50px;
        background: #0659B1;
        border-radius: 30px;
        font-size: 20px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        text-align: center;
    }

    .main2 .infor .bottom a {
        color: #FFFFFF;
    }

    .main2 .infor .tubiao {
        margin-top: 47px;
        width: 70%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .infor .tubiao .block:nth-child(1) .s {
        width: 39px;
        height: 33px;
    }

    .main2 .infor .tubiao .block:nth-child(2) .s {
        width: 38px;
        height: 37px;
    }

    .main2 .infor .tubiao .block:nth-child(3) .s {
        width: 40px;
        height: 35px;
    }

    .main2 .infor .tubiao .block:nth-child(4) .s {
        width: 35px;
        height: 35px;
    }

    .main2 .infor .tubiao .block .s img {
        width: 100%;
        height: 100%;
    }

    .main2 .infor .tubiao .block .s {
        margin-left: 20px;
    }

    .main2 .infor .tubiao .block .x {
        width: 84px;
        height: 34px;
        margin-top: 17px;
        font-size: 12px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 17px;
        text-align: center;
    }

    .main2 .img {
        /* width: 980px;
        height: 746px; */
        width: 3.5rem;
        height: 2.5rem;
        position: absolute;
        right: 0;
        /* bottom: 131px; */
        bottom: 14%;
        z-index: 9;
    }

    .main2 .img img {
        width: 100%;
        height: 100%;
    }

    .main2 .img2 {
        /* width: 1013px;
        height: 782px; */
        width: 3.6rem;
        height: 2.6rem;
        position: absolute;
        right: 0;
        /* bottom: 100px; */
        bottom: 11.5%;
    }

    .main2 .img2 img {
        width: 100%;
        height: 100%;
    }

    /* 第三屏滚动动画 */
    /* 滚动 */
    .valScrollAmt-box {
        display: flex;
        height: 42px;
        overflow: hidden;
        font-size: 36px;
        width: 134px;
        margin-left: 35px;
        height: 49px;
        /*font-family: RobotoCondensed-Bold;*/
        font-weight: bold;
        color: #0659B1;
        line-height: 49px;
        z-index: 9;
    }

    .digit-container {
        display: flex;
        flex-direction: column;
        /* line-height: 42px; */
        z-index: 9;
    }

    /* 第三屏 */
    .main3 {
        width: 100vw;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .main3 .right {
        width: 702px;
        height: 1080px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .main3 .right img {
        width: 100%;
        height: 100%;
    }

    .main3 .infor {
        width: 550px;
        height: 431px;
        position: absolute;
        /* top: 311px; */
        top: 23%;
        right: 0;
        z-index: 9;
    }

    .main3 .infor .top {
        width: 80px;
        height: 28px;
        font-size: 20px;
        /*font-family: PingFangSC-Semibold;*/
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
    }

    .main3 .infor .center1 {
        margin-top: 20px;
        width: 192px;
        height: 67px;
        font-size: 38px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 60px;
    }

    .main3 .infor .center2 {
        margin-top: 23px;
        width: 500px;
        height: 44px;
        font-size: 16px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 28px;
    }

    /* .main3 .infor .bottom {
        margin-top: 29px;
        width: 200px;
        height: 60px;
        background: #0659B1;
        border-radius: 37px;
        font-size: 20px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
    } */

    .main3 .infor .shuzi {
        margin-left: -33px;
        margin-top: 88px;
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main3 .infor .shuzi2 {
        display: none;
    }

    .main3 .infor .shuzi .block {
        position: relative;
    }

    .main3 .infor .shuzi .block .s {
        /* margin-left: 20px; */
        width: 90px;
        height: 49px;
        font-size: 31px;
        /*font-family: RobotoCondensed-Bold;*/
        font-weight: bold;
        color: #0659B1;
        line-height: 49px;
    }

    .main3 .infor .shuzi .block:nth-child(1) .s {
        position: absolute;
        left: 85px;
        bottom: 29px;
    }

    .main3 .infor .shuzi .block:nth-child(2) .s {
        position: absolute;
        left: 105px;
        bottom: 29px;
    }

    .main3 .infor .shuzi .block:nth-child(3) .s {
        position: absolute;
        left: 150px;
        bottom: 29px;
    }

    .main3 .infor .shuzi .block:nth-child(1) {
        border-right: #C6C6C6 1px solid;
    }

    .main3 .infor .shuzi .block:nth-child(2) {
        border-right: #C6C6C6 1px solid;
    }

    .main3 .infor .shuzi .block .x {
        margin-top: 7px;
        width: 161px;
        height: 22px;
        font-size: 16px;
        text-align: center;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 22px;
    }

    .main3 .gif {
        margin-left: 155px;
        margin-top: 183px;
        width: 450px;
        height: 450px;
        background: url('/src/images/Earth.gif') 85% 85% no-repeat;
        background-size: 85% 85%;
        position: absolute;
        z-index: 9;
    }




    /* 点击地球效果 */
    .main3 .img .xianshi {
        position: absolute;
        left: 44%;
        top: 29%;
        /* z-index: 9; */
    }

    .main3 .img .xianshi .yuan {
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

    .main3 .img .xianshi .yuan .hui {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        /* opacity: 0; */
    }

    .main3 .img .xianshi .yuan .hui>div {
        width: 20px;
        height: 20px;
        background: rgba(6, 89, 177, 0.18);
        border-radius: 50%;
        position: absolute;
        /* opacity: 0; */
        animation: anim 1.5s 0s linear infinite both;
    }

    .main3 .img .xianshi .yuan .hui>div:nth-child(2) {
        animation-delay: 0.2s;
    }

    .main3 .img .xianshi .yuan .hui>div:nth-child(3) {
        animation-delay: 0.4s;
    }

    @keyframes anim {
        0% {
            transform: scale(0.5);
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }

    .main3 .img .xianshi .yuan .lv {
        width: 8px;
        height: 8px;
        background: #5FD909;
        border-radius: 50%;
        position: absolute;
    }

    /* .main3 .img .xianshi .yuan .bai {
        width: 8px;
        height: 8px;
        background: #FFFFFF;
        border-radius: 50%;
        position: absolute;
    } */

    .main3 .img .xianshi .chang {
        width: 428px;
        height: 308px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        display: none;
    }

    .main3 .img .xianshi .chang .top {
        width: 228px;
        display: flex;
        align-items: center;
    }

    .main3 .img .xianshi .chang .top .left {
        width: 20px;
        height: 28px;
    }

    .main3 .img .xianshi .chang .top .left img {
        width: 100%;
        height: 100%;
    }

    .main3 .img .xianshi .chang .top .right1 {
        margin-left: 11px;
        /* width: 101px; */
        height: 33px;
        font-size: 20px;
        /*font-family: PingFangSC-Semibold;*/
        font-weight: 600;
        color: #0659B1;
        line-height: 33px;
    }

    .main3 .img .xianshi .chang .bottom {
        margin-top: 10px;
        width: 326px;
        height: 120px;
        font-size: 16px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 33px;
    }

    .main3 .img .xianshi .chang .more {
        width: 55px;
        height: 22px;
        font-size: 16px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #0659B1;
        line-height: 22px;
        position: absolute;
        right: 32px;
        bottom: 25px;
    }




    /* 点击地球效果1浙江 */
    .main3 .img .xianshi1 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 165px;
        top: 170px;
        opacity: 0;
    }


    .main3 .img .xianshi1 .chang {
        width: 380px;
        height: 308px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 185px;
        top: -133px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果1111浙江 */
    .main3 .img .xianshi1111 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 185px;
        top: 178px;
        opacity: 0;
    }

    .main3 .img .xianshi1111 .chang {
        width: 380px;
        height: 308px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 205px;
        top: -133px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果111浙江 */
    .main3 .img .xianshi111 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 175px;
        top: 190px;
        opacity: 0;
    }

    .main3 .img .xianshi111 .chang {
        width: 380px;
        height: 308px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 195px;
        top: -133px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果2山东 */
    .main3 .img .xianshi2 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 140px;
        top: 100px;
        opacity: 0;
    }

    .main3 .img .xianshi2 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 160px;
        top: 101px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果3新疆 */
    .main3 .img .xianshi3 .yuan {
        width: 47px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -120px;
        top: 30px;
        opacity: 0;
    }

    .main3 .img .xianshi3 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: -70px;
        top: 30px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果4哈尔滨 */
    .main3 .img .xianshi4 .yuan {
        width: 47px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 200px;
        top: -33px;
        opacity: 0;
    }

    .main3 .img .xianshi4 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 240px;
        top: -33px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果5北京 */
    .main3 .img .xianshi5 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 130px;
        top: 59px;
        opacity: 0;
    }

    .main3 .img .xianshi5 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 150px;
        top: 45px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果6河北 */
    .main3 .img .xianshi6 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 120px;
        top: 75px;
        opacity: 0;
    }

    .main3 .img .xianshi6 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 140px;
        top: 75px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果7河南 */
    .main3 .img .xianshi7 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 104px;
        top: 128px;
        opacity: 0;
    }

    .main3 .img .xianshi7 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 124px;
        top: 130px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果8山西 */
    .main3 .img .xianshi8 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 90px;
        top: 86px;
        opacity: 0;
    }

    .main3 .img .xianshi8 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 110px;
        top: 85px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果9宁夏 */
    .main3 .img .xianshi9 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 48px;
        top: 94px;
        opacity: 0;
    }

    .main3 .img .xianshi9 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 68px;
        top: 85px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果10重庆 */
    .main3 .img .xianshi10 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 62px;
        top: 176px;
        opacity: 0;
    }

    .main3 .img .xianshi10 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 82px;
        top: 162px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果11四川 */
    .main3 .img .xianshi11 .yuan {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 20px;
        top: 160px;
        opacity: 0;
    }

    .main3 .img .xianshi11 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 50px;
        top: 160px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果12湖北 */
    .main3 .img .xianshi12 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 95px;
        top: 160px;
        opacity: 0;
    }

    .main3 .img .xianshi12 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 115px;
        top: 160px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果13江苏1 */
    .main3 .img .xianshi13 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 160px;
        top: 125px;
        opacity: 0;
    }

    .main3 .img .xianshi13 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 180px;
        top: 125px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果13江苏2 */
    .main3 .img .xianshi1313 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 170px;
        top: 135px;
        opacity: 0;
    }

    .main3 .img .xianshi1313 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 190px;
        top: 125px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果14安徽 */
    .main3 .img .xianshi14 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 140px;
        top: 150px;
        opacity: 0;
    }

    .main3 .img .xianshi14 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 160px;
        top: 150px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果15上海 */
    .main3 .img .xianshi15 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 185px;
        top: 150px;
        opacity: 0;
    }

    .main3 .img .xianshi15 .chang {
        width: 280px;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 205px;
        top: 140px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果16福建 */
    .main3 .img .xianshi16 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 155px;
        top: 214px;
        opacity: 0;
    }

    .main3 .img .xianshi16 .chang {
        width: 280px;
        height: 220px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 175px;
        top: 214px;
        display: none;
        z-index: 10;
    }

    /* 点击地球效果17广东 */
    .main3 .img .xianshi17 .yuan {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 113px;
        top: 239px;
        opacity: 0;
    }

    .main3 .img .xianshi17 .chang {
        width: 280px;
        height: 190px;
        background: #FFFFFF;
        box-shadow: 12px 12px 14px 0px rgba(0, 0, 0, 0.17);
        border-radius: 4px;
        padding-top: 30px;
        padding-left: 30px;
        position: absolute;
        left: 133px;
        top: 239px;
        display: none;
        z-index: 10;
    }





    .main3 .img .limg1 {
        width: 900px;
        height: 1000px;
        position: absolute;
        left: 150px;
        top: 50px;
    }

    .main3 .img .limg1 img {
        width: 77%;
        height: 75%;
    }

    .main3 .img .limg2 {
        width: 1000px;
        height: 1100px;
        position: absolute;
        left: 100px;
        top: 0;
    }

    .main3 .img .limg2 img {
        width: 79%;
        height: 77%;
    }

    .main3 .img .limg3 {
        width: 900px;
        height: 1200px;
        position: absolute;
        left: 20px;
        top: -50px;
    }

    .main3 .img .limg3 img {
        width: 77%;
        height: 77%;
    }

    .main3 .img .rimg1 {
        z-index: 8;
        width: 900px;
        height: 1000px;
        position: absolute;
        left: -50px;
        top: 50px;
    }

    .main3 .img .rimg1 img {
        width: 78%;
        height: 75%;
    }

    .main3 .img .rimg2 {
        z-index: 8;
        width: 1000px;
        height: 1100px;
        position: absolute;
        left: -100px;
        top: 0;
    }

    .main3 .img .rimg2 img {
        width: 79%;
        height: 77%;
    }

    .main3 .img .rimg3 {
        z-index: 8;
        width: 900px;
        height: 1200px;
        position: absolute;
        left: 73px;
        top: -50px;
    }

    .main3 .img .rimg3 img {
        width: 77%;
        height: 77%;
    }



    /* 第四屏 */
    .main4 {
        width: 100vw;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .main4 .left {
        /* width: 840px;
        height: 291px; */
        width: 3.2rem;
        height: 1.3rem;
        position: absolute;
        /* bottom: 97px;
        left: 196px; */
        bottom: 6%;
        left: 9%;
    }

    .main4 .left img {
        width: 100%;
        height: 100%;
    }

    .main4 .img {
        /* width: 960px;
        height: 745px; */
        width: 4rem;
        height: 3.08rem;
        /* position: absolute;
        top: 160px;
        right: 0; */
        background: #FFFFFF;
        box-shadow: 12px 11px 19px 0px #BCD2EE;
        border-radius: 100px 0px 0px 100px;
    }

    .main4 .img .imgq {
        /* width: 960px;
        height: 454px; */
        width: 4rem;
        height: 2rem;
        position: relative;
    }

    .main4 .img .imgq img {
        width: 100%;
        height: 100%;
    }

    .main4 .img .icon {
        position: absolute;
        left: 78px;
        bottom: 52px;
    }

    .icon1 {
        width: 67px;
        height: 61px;
    }

    .icon2 {
        width: 87px;
        height: 60px;
    }

    .icon3 {
        width: 84px;
        height: 58px;
    }

    .icon4 {
        width: 58px;
        height: 62px;
    }

    .icon5 {
        width: 63px;
        height: 62px;
    }

    .main4 .img .icon img {
        width: 100%;
        height: 100%;
    }

    .main4 .img .img2 {
        /* width: 630px;
        height: 170px; */
        margin-left: 6%;
        margin-top: 14px;
    }

    .main4 .img .img2 .top {
        /* width: 216px; */
        height: 50px;
        font-size: 36px;
        /*font-family: PingFangSC-Medium;*/
        font-weight: 500;
        color: #333333;
        line-height: 50px;
    }

    .main4 .img .img2 .bottom {
        margin-top: 20px;
        /* width: 630px; */
        height: 44px;
        font-size: 15px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 26px;
        width: 88%;
    }

    .main4 .infor {
        /* width: 534px;
        height: 257px; */
        width: 534px;
        height: 257px;
        position: absolute;
        /* top: 340px;
        left: 196px; */
        top: 30%;
        left: 8%;
    }

    .main4 .infor .top {
        width: 100px;
        height: 28px;
        font-size: 20px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
    }

    .main4 .infor .center1 {
        margin-top: 16px;
        width: 384px;
        height: 67px;
        font-size: 38px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main4 .infor .center2 {
        margin-top: 16px;
        width: 534px;
        height: 44px;
        font-size: 16px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 28px;
    }

    .main4 .infor .bottom {
        margin-top: 26px;
        width: 180px;
        height: 50px;
        background: #0659B1;
        border-radius: 30px;
        font-size: 20px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        text-align: center;
    }

    .main4 .infor .bottom a {
        color: #FFFFFF;
    }

    .main4 .swiper {
        position: absolute;
        right: 0;
        top: 15%;
        /* width: 960px;
        height: 775px; */
        width: 3.8rem;
        height: 3.4rem;
        /* background: #FFFFFF;
        box-shadow: 12px 11px 19px 0px #BCD2EE;
        border-radius: 100px 0px 0px 100px; */
    }

    .main4 .swiper-pagination {
        position: absolute;
        right: 0;
        top: 0;
    }

    .swiper-wrapper {
        padding-left: 40px;
    }

    #menu .ulli {
        position: fixed;
        left: 43px;
        top: 50%;
    }

    #menu .ulli li {
        margin-top: 16px;
        width: 10px;
        height: 10px;
        background: #EDEFF2;
        border: 1px solid #C6C6C6;
        border-radius: 50%;
        transition: all 0.3s;
    }

    #menu .ulli li:first-child {
        background: #78B64C;
        border: 1px solid #78B64C;
    }


    #active5 {
        display: none;
    }
}






/* 移动端 */
@media screen and (max-width:1200px) {

    html,
    body {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 0;
    }

    .main {
        width: 100%;
        transition: all 0.9s ease;
    }

    .main>div {
        width: 100%;
        /* height: 100vh; */
    }

    .infor .bottom {
        cursor: pointer;
    }

    /* 第一屏动画 */
    @keyframes jianru {
        0% {
            opacity: 0;
            transform: translate3d(100px, 0, 0);
        }

        100% {
            opacity: 1;
            transform: translate3d(0px, 0, 0);
        }
    }

    .jianru {
        animation: jianru 2s;
    }

    /*第一屏 */
    .main .main1 {
        /* padding-top: 1px; */
        width: 100vw;
        height: 103vh;
        background: url('/src/images/main1.png') 100% 100% no-repeat;
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
    }

    .main1 .infor {
        margin-top: 17%;
        margin-left: 6%;
    }

    .main1 .infor .top {
        width: 110px;
        height: 28px;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold; */
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .main1 .infor .center1 {
        /* margin-top: 20px; */
        font-size: 28px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main1 .infor .center2 {
        /* margin-top: 20px; */
        font-size: 14px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #000000;
        line-height: 28px;
    }

    .main1 .infor .bottom {
        margin-top: 26px;
        width: 130px;
        height: 35px;
        background: #0659B1;
        border-radius: 30px;
        text-align: center;
        font-size: 14px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
    }

    .main1 .infor .bottom a {
        color: #FFFFFF;
    }

    .main1 .img {
        /* width: 8.7rem;
        height: 5.2rem; */
        width: 452px;
        height: 270px;
        position: absolute;
        right: -112px;
        bottom: 60px;
    }

    .main1 .img img {
        width: 100%;
        height: 100%;
    }

    /* 第二屏动画 */
    @keyframes im_icon {
        0% {
            opacity: 0.85;
            transform: translate(0, 0);
        }

        50% {
            opacity: 1;
            transform: translate(0, 5px);
        }

        100% {
            opacity: 0.85;
            transform: translate(0, 0);
        }
    }

    /* .im {
        width: 17px;
        height: 16px;
        margin-top: -4px;
        margin-left: 10px;
        cursor: pointer;
    } */

    .main2 .infor .tubiao .block:hover .s {
        animation: im_icon 1s linear infinite;
    }

    /* 第二屏 */
    .main .main2 {
        /* padding-top: 1px; */
        width: 100vw;
        height: 102vh;
        position: relative;
        overflow: hidden;
    }

    .main2 .infor {
        width: 100%;
        height: 400px;
        /* margin-top: 330px; */
        margin-top: 5%;
        margin-left: 5%;
    }

    .main2 .infor .top {
        width: 110px;
        height: 28px;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold; */
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .main2 .infor .center1 {
        /* margin-top: 20px; */
        font-size: 28px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main2 .infor .center2 {
        width: 90%;
        /* margin-top: 20px; */
        font-size: 14px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #000000;
        line-height: 28px;
    }

    .main2 .infor .bottom {
        margin-top: 26px;
        width: 130px;
        height: 35px;
        background: #0659B1;
        border-radius: 30px;
        text-align: center;
        font-size: 14px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
    }

    .main2 .infor .bottom a {
        color: #FFFFFF;
    }

    .main2 .infor .tubiao {
        margin-top: 47px;
        margin-left: -10px;
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main2 .infor .tubiao .block:nth-child(1) .s {
        width: 39px;
        height: 33px;
    }

    .main2 .infor .tubiao .block:nth-child(2) .s {
        width: 38px;
        height: 37px;
    }

    .main2 .infor .tubiao .block:nth-child(3) .s {
        width: 40px;
        height: 35px;
    }

    .main2 .infor .tubiao .block:nth-child(4) .s {
        width: 35px;
        height: 35px;
    }

    .main2 .infor .tubiao .block .s img {
        width: 100%;
        height: 100%;
    }

    .main2 .infor .tubiao .block .s {
        margin-left: 20px;
    }

    .main2 .infor .tubiao .block .x {
        width: 84px;
        height: 34px;
        margin-top: 17px;
        font-size: 12px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 17px;
        text-align: center;
    }

    .main2 .img {
        /* width: 980px;
        height: 746px; */
        /* width: 3.5rem;
        height: 2.5rem; */
        width: 430px;
        height: 272px;
        position: absolute;
        right: 0;
        /* bottom: 131px; */
        bottom: 0%;
        z-index: 9;
    }

    .main2 .img img {
        width: 100%;
        height: 100%;
    }

    .main2 .img2 {
        display: none;
    }


    /* 第三屏滚动动画 */
    /* 滚动 */
    .valScrollAmt-box {
        display: flex;
        /* height: 42px; */
        overflow: hidden;
        font-size: 28px;
        /* width: 134px; */
        margin-left: 29px;
        height: 49px;
        /*font-family: RobotoCondensed-Bold;*/
        font-weight: bold;
        color: #0659B1;
        line-height: 49px;
        z-index: 9;
    }

    .digit-container {
        display: flex;
        flex-direction: column;
        /* line-height: 42px; */
        z-index: 9;
    }

    /* 第三屏 */
    .main3 {
        width: 100vw;
        height: 105vh;
        position: relative;
        overflow: hidden;
    }

    .main3 .right {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .main3 .right img {
        width: 100%;
        height: 100%;
    }

    .main3 .infor {
        width: 90%;
        position: absolute;
        /* bottom: 10%; */
        top: 5%;
        left: 6%;
        z-index: 9;
    }

    .main3 .infor .top {
        width: 110px;
        height: 28px;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold; */
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .main3 .infor .center1 {
        /* margin-top: 20px; */
        font-size: 28px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main3 .infor .center2 {
        /* margin-top: 20px; */
        font-size: 14px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #000000;
        line-height: 28px;
    }

    .main3 .infor .shuzi {
        display: none
    }

    .main3 .infor .shuzi2 {
        margin-left: -33px;
        /* margin-top: 88px; */
        margin-top: 107%;
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main3 .infor .shuzi2 .block {
        position: relative;
    }

    .main3 .infor .shuzi2 .block .s {
        /* margin-left: 20px; */
        /* width: 90px; */
        height: 49px;
        font-size: 25px;
        /*font-family: RobotoCondensed-Bold;*/
        font-weight: bold;
        color: #0659B1;
        line-height: 49px;
    }

    .main3 .infor .shuzi2 .block:nth-child(1) .s {
        position: absolute;
        left: 62px;
        bottom: 27px;
    }

    .main3 .infor .shuzi2 .block:nth-child(2) .s {
        position: absolute;
        left: 87px;
        bottom: 29px;
    }

    .main3 .infor .shuzi2 .block:nth-child(3) .s {
        position: absolute;
        left: 110px;
        bottom: 29px;
    }

    .main3 .infor .shuzi2 .block:nth-child(1) {
        border-right: #C6C6C6 1px solid;
    }

    .main3 .infor .shuzi2 .block:nth-child(2) {
        border-right: #C6C6C6 1px solid;
    }

    .main3 .infor .shuzi2 .block .x {
        margin-left: 5px;
        margin-top: 7px;
        width: 127px;
        height: 22px;
        font-size: 14px;
        text-align: center;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 22px;
    }

    .main3 .gif {
        /* margin-left:8%;
        margin-top: 8%; */
        width: 350px;
        height: 350px;
        background: url('/src/images/Earth.gif') 85% 85% no-repeat;
        background-size: 85% 85%;
        position: absolute;
        z-index: 9;
        top: 29%;
        /* display: none; */
    }




    /* 点击地球效果 */
    .main3 .img .xianshi {
        position: absolute;
        left: 44%;
        top: 29%;
        /* z-index: 9; */
        display: none;
    }


    .main3 .img .limg1 {
        display: none;
    }

    .main3 .img .limg2 {
        display: none;
    }

    .main3 .img .limg3 {
        display: none;
    }

    .main3 .img .rimg1 {
        display: none;
    }

    .main3 .img .rimg2 {
        display: none;
    }

    .main3 .img .rimg3 {
        display: none;
    }



    /* 第四屏 */
    .main4 {
        width: 100vw;
        height: 105vh;
        position: relative;
        overflow: hidden;
    }

    .main4 .left {
        /* width: 3.2rem;
        height: 1.3rem; */
        width: 50%;
        height: 50px;
        position: absolute;
        /* bottom: 97px;
        left: 196px; */
        bottom: 6%;
        left: 9%;
        display: none;
    }

    .main4 .left img {
        width: 100%;
        height: 100%;
    }

    .main4 .img {
        /* width: 960px;
        height: 745px; */
        width: 95%;
        height: 300px;
        /* position: absolute;
        top: 160px;
        right: 0; */
        background: #FFFFFF;
        box-shadow: 4px 7px 6px 0px #BCD2EE;
        border-radius: 45px 0px 0px 45px;
    }

    .main4 .img .imgq {
        /* width: 960px;
        height: 454px; */
        width: 95%;
        height: 150px;
        position: relative;
    }

    .main4 .img .imgq img {
        width: 100%;
        height: 100%;
    }

    .main4 .img .icon {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .icon1 {
        width: 47px;
        height: 41px;
    }

    .icon2 {
        width: 50px;
        height: 40px;
    }

    .icon3 {
        width: 59px;
        height: 38px;
    }

    .icon4 {
        width: 43px;
        height: 45px;
    }

    .icon5 {
        width: 47px;
        height: 45px;
    }

    .main4 .img .icon img {
        width: 100%;
        height: 100%;
    }

    .main4 .img .img2 {
        /* width: 630px;
        height: 170px; */
        margin-left: 6%;
        margin-top: 14px;
    }

    .main4 .img .img2 .top {
        font-size: 20px;
        /*font-family: PingFangSC-Medium;*/
        font-weight: 500;
        color: #333333;
        line-height: 35px;
    }

    .main4 .img .img2 .bottom {
        /* margin-top: 20px; */
        /* width: 630px; */
        height: 44px;
        font-size: 12px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #333333;
        line-height: 20px;
        width: 88%;
    }

    .main4 .infor {
        /* width: 534px;
        height: 257px; */
        /* width: 534px;
        height: 257px; */
        width: 100%;
        position: absolute;
        /* top: 340px;
        left: 196px; */
        top: 5%;
        left: 6%;
    }

    .main4 .infor .top {
        width: 110px;
        height: 28px;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold; */
        font-weight: 600;
        color: #78B64C;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .main4 .infor .center1 {
        /* margin-top: 20px; */
        font-size: 28px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #333333;
        line-height: 67px;
    }

    .main4 .infor .center2 {
        margin-top: 20px;
        font-size: 14px;
        /*font-family: PingFangSC-Light;*/
        font-weight: 300;
        color: #000000;
        line-height: 28px;
    }

    .main4 .infor .bottom {
        margin-top: 26px;
        width: 130px;
        height: 35px;
        background: #0659B1;
        border-radius: 30px;
        text-align: center;
        font-size: 14px;
        /*font-family: PingFangSC-Regular;*/
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
    }

    .main4 .infor .bottom a {
        color: #FFFFFF;
    }

    .main4 .swiper {
        position: absolute;
        right: 0;
        bottom: 12%;
        height: 323px;
        width: 95%;
    }

    .main4 .swiper-pagination {
        position: absolute;
        right: 0;
        top: 0;
    }

    .swiper-wrapper {
        padding-left: 40px;
    }

    #menu .ulli {
        display: none;
    }

}